Package com.cisco.pt.ipc.sim.impl
Class FrameDecisionImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.FrameDecisionImpl
- All Implemented Interfaces:
IPCData,FrameDecision
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetOsiIn()intvoidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw datavoidsetDescription(String description) voidsetOsiIn(boolean osiIn) voidsetOsiLayer(int osiLayer) Methods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVector
-
Field Details
-
osiIn
protected boolean osiIn -
osiLayer
protected int osiLayer -
description
-
-
Constructor Details
-
FrameDecisionImpl
public FrameDecisionImpl()
-
-
Method Details
-
getOsiIn
public boolean getOsiIn()- Specified by:
getOsiInin interfaceFrameDecision- Returns:
- boolean Returns a boolean
-
setOsiIn
public void setOsiIn(boolean osiIn) - Specified by:
setOsiInin interfaceFrameDecision- Parameters:
osiIn- Takes in a parameter of osiIn
-
getOsiLayer
public int getOsiLayer()- Specified by:
getOsiLayerin interfaceFrameDecision- Returns:
- int Returns a int
-
setOsiLayer
public void setOsiLayer(int osiLayer) - Specified by:
setOsiLayerin interfaceFrameDecision- Parameters:
osiLayer- Takes in a parameter of osiLayer
-
getDescription
- Specified by:
getDescriptionin interfaceFrameDecision- Returns:
- String Returns a String
-
setDescription
- Specified by:
setDescriptionin interfaceFrameDecision- Parameters:
description- Takes in a parameter of description
-
read
Reads this object from an EncodedBuffer of raw data- Specified by:
readin interfaceIPCData- Specified by:
readin classIPCDataImpl- Parameters:
buffer- The EncodedBuffer that contains the raw data from which to construct this object
-